From: Andrea Corallo Date: Sat, 9 Mar 2024 15:13:47 +0000 (+0100) Subject: * 'syncdoc-type-hierarchy.el' update due to recent changes X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~14^2~18^2~2307 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=cc2579c10bc67dc375247490bb55367ef0800435;p=emacs.git * 'syncdoc-type-hierarchy.el' update due to recent changes * admin/syncdoc-type-hierarchy.el (syncdoc-all-types): Update. --- diff --git a/admin/syncdoc-type-hierarchy.el b/admin/syncdoc-type-hierarchy.el index b5cfdfd8e74..e14d7fb54e1 100644 --- a/admin/syncdoc-type-hierarchy.el +++ b/admin/syncdoc-type-hierarchy.el @@ -47,10 +47,6 @@ (defconst syncdoc-all-types (let (res) - (maphash (lambda (type _) - (push type res)) - cl--direct-supertypes-of-type) - (mapatoms (lambda (type) (when (cl-find-class type) (push type res)))